home *** CD-ROM | disk | FTP | other *** search
- Path: crayor.dialup.fu-berlin.DE!not-for-mail
- From: crayor@zedat.fu-berlin.de (crayor)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Segtracker 37.55 with SAS/C Problems
- Date: 4 Mar 1996 00:22:18 GMT
- Organization: Freie Universitaet Berlin
- Message-ID: <1914.6637T73T1317@zedat.fu-berlin.de>
- NNTP-Posting-Host: crayor.dialup.fu-berlin.de (160.45.226.201)
- X-Access: 16 17 19
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- I`m using SAS/C 6.56 and want to debug a program that`s already running in an
- infinite loop when I start "cpr dummy" . Segtracker is started right after
- setpatch when I boot. When I`m trying to get the debug infos into cpr it says:
-
- > tasks
- Address Type Pri State SigWait StackPtr Debug Name
- 0848E230 13 0 Waiting 80000000 0849017E act Work:TOOLS/sc/examples/catchin
- 083B0FA8 13 -1 Waiting 80000000 0845D5F4 act Shell Process
- > detach 0x0848E230
- at 0x0 UNKNOWN at 0x0
- > symload
- Error: Can't find Seglist
-
- Other symload calls like
- > symload "loop"
- at 0x0 UNKNOWN at 0x0
- doesn`t work either.
-
- To be sure it has nothing to do with my program I`ve tryed the catching_tasks
- example. Same error msg as you see above.
- I`m compiling with FULLFLUSH or SYMBOLFLUSH as debug option.
-
- Does this have to do with my 060 card? or with 32MB Fast?
-
- The segtracker started from shell does this...
- (The offset seems to be wrong, and the first adr should belong to the hunk?!)
-
- 7.Workbench:> SegTracker dump
-
- Module 'FONTS:GFX/8'
- Hunk 0 @ $0837A8C4 Size $000001F8
-
- (and more segments...)
-
- 7.Workbench:> segtracker find $0837A8C4
- $0837A8C4 - Not found
- 7.Workbench:> segtracker find $0837A8C5
- $0837A8C5 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFD, SegList $0837A8C4
- 7.Workbench:> segtracker find $0837A8C6
- $0837A8C6 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFE, SegList $0837A8C4
- 7.Workbench:> segtracker find $0837A8C7
- $0837A8C7 - FONTS:GFX/8 : Hunk 0, Offset $FFFFFFFF, SegList $0837A8C4
- 7.Workbench:> segtracker find $0837A8C8
- $0837A8C8 - FONTS:GFX/8 : Hunk 0, Offset $00000000, SegList $0837A8C4
- 7.Workbench:> segtracker find $0837A8C9
- $0837A8C9 - FONTS:GFX/8 : Hunk 0, Offset $00000001, SegList $0837A8C4
-
- Is this normal?
-
- Any suggestions what I should try?
-
- l8z Crayor!
- --
- AMiGA4000/CyberStorm060 32MB Fast (54MB/s), CyberSCSI/Barracuda 2GB (7MB/s)
- Scandoubler/MFCII, A2065 Ethernet, CyberVision 4MB, BSC ISDN MasterII
-
-